AdBreakConfig

interface AdBreakConfig : AdTagConfig

Contains configuration options for an AdBreak.

Properties

id
Link copied to clipboard
abstract val id: String
Unique identifier of the ad break.
position
Link copied to clipboard
abstract val position: String
Defines when the ad break should be played.
skippableAfter
Link copied to clipboard
abstract val skippableAfter: Double?
Specifies after which time ads in the ad break become skippable.

Inherited properties

fallbackTags
Link copied to clipboard
abstract val fallbackTags: Array<AdTag>
Defines an array of fallback ad tags which will be tried one after the other if the original ad tag does not provide a valid response.
replaceContentDuration
Link copied to clipboard
abstract val replaceContentDuration: Double?
Returns how many seconds of the main video content should be replaced by ad break(s).
tag
Link copied to clipboard
abstract val tag: AdTag
Defines the url and type of the ad manifest.

Inheritors

ImaAdBreakConfig
Link copied to clipboard